 |
API Documentation
|
|
|
13 class MeshManager final :
public nkCommon::SingletonClass<MeshManager>
Mesh * getByIndex(unsigned int index) const
void erase(const nkMemory::StringView &name)
Manages the meshes available in the component.
Definition: MeshManager.h:14
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Mesh * get(const nkMemory::StringView &name) const
Mesh * createOrRetrieve(const nkMemory::StringView &name)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
Holds information about a mesh. Used as a basis to render 3d models.
Definition: Mesh.h:14
void rename(const nkMemory::StringView ¤tName, const nkMemory::StringView &newName)